home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / RDR / @image.app / English.lproj / Info.nib / data.classes next >
Text File  |  1994-12-14  |  674b  |  52 lines

  1. AIInfo = {
  2.     ACTIONS = {
  3.     windowWillClose:;
  4.     };
  5.     OUTLETS = {
  6.     window;
  7.     licenseField;
  8.     version;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. AICreditsView = {
  13.     ACTIONS = {
  14.     showCredits:;
  15.     };
  16.     OUTLETS = {
  17.     };
  18.     SUPERCLASS = View;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. AIControl = {
  26.     ACTIONS = {
  27.     appWillTerminate:;
  28.     open:;
  29.     appDidResignActive:;
  30.     inspector:;
  31.     appDidBecomeActive:;
  32.     appDidInit:;
  33.     appDidUpdate:;
  34.     appDidUnhide:;
  35.     appWillInit:;
  36.     appDidHide:;
  37.     app:;
  38.     new:;
  39.     info:;
  40.     preferences:;
  41.     saveAll:;
  42.     appWillUpdate:;
  43.     };
  44.     OUTLETS = {
  45.     preferences;
  46.     inspector;
  47.     info;
  48.     versionField;
  49.     };
  50.     SUPERCLASS = Object;
  51. };
  52.